3.204 \(\int x^{-1-n p q} (a (b x^n)^p)^q \, dx\)

Optimal. Leaf size=21 \[ \log (x) x^{-n p q} \left (a \left (b x^n\right )^p\right )^q \]

[Out]

(a*(b*x^n)^p)^q*ln(x)/(x^(n*p*q))

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 21, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.095, Rules used = {6679, 29} \[ \log (x) x^{-n p q} \left (a \left (b x^n\right )^p\right )^q \]

Antiderivative was successfully verified.

[In]

Int[x^(-1 - n*p*q)*(a*(b*x^n)^p)^q,x]

[Out]

((a*(b*x^n)^p)^q*Log[x])/x^(n*p*q)

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 6679

Int[(u_.)*((c_.)*((d_.)*((a_.) + (b_.)*(x_))^(n_))^(p_))^(q_), x_Symbol] :> Dist[(c*(d*(a + b*x)^n)^p)^q/(a +
b*x)^(n*p*q), Int[u*(a + b*x)^(n*p*q), x], x] /; FreeQ[{a, b, c, d, n, p, q}, x] &&  !IntegerQ[p] &&  !Integer
Q[q]

Rubi steps

\begin {align*} \int x^{-1-n p q} \left (a \left (b x^n\right )^p\right )^q \, dx &=\left (x^{-n p q} \left (a \left (b x^n\right )^p\right )^q\right ) \int \frac {1}{x} \, dx\\ &=x^{-n p q} \left (a \left (b x^n\right )^p\right )^q \log (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 21, normalized size = 1.00 \[ \log (x) x^{-n p q} \left (a \left (b x^n\right )^p\right )^q \]

Antiderivative was successfully verified.

[In]

Integrate[x^(-1 - n*p*q)*(a*(b*x^n)^p)^q,x]

[Out]

((a*(b*x^n)^p)^q*Log[x])/x^(n*p*q)

________________________________________________________________________________________

fricas [A]  time = 0.71, size = 14, normalized size = 0.67 \[ e^{\left (p q \log \relax (b) + q \log \relax (a)\right )} \log \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-n*p*q-1)*(a*(b*x^n)^p)^q,x, algorithm="fricas")

[Out]

e^(p*q*log(b) + q*log(a))*log(x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (\left (b x^{n}\right )^{p} a\right )^{q} x^{-n p q - 1}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-n*p*q-1)*(a*(b*x^n)^p)^q,x, algorithm="giac")

[Out]

integrate(((b*x^n)^p*a)^q*x^(-n*p*q - 1), x)

________________________________________________________________________________________

maple [F]  time = 0.17, size = 0, normalized size = 0.00 \[ \int x^{-n p q -1} \left (a \left (b \,x^{n}\right )^{p}\right )^{q}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(-n*p*q-1)*(a*(b*x^n)^p)^q,x)

[Out]

int(x^(-n*p*q-1)*(a*(b*x^n)^p)^q,x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (\left (b x^{n}\right )^{p} a\right )^{q} x^{-n p q - 1}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-n*p*q-1)*(a*(b*x^n)^p)^q,x, algorithm="maxima")

[Out]

integrate(((b*x^n)^p*a)^q*x^(-n*p*q - 1), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.05 \[ \int \frac {{\left (a\,{\left (b\,x^n\right )}^p\right )}^q}{x^{n\,p\,q+1}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a*(b*x^n)^p)^q/x^(n*p*q + 1),x)

[Out]

int((a*(b*x^n)^p)^q/x^(n*p*q + 1), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int x^{- n p q - 1} \left (a \left (b x^{n}\right )^{p}\right )^{q}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(-n*p*q-1)*(a*(b*x**n)**p)**q,x)

[Out]

Integral(x**(-n*p*q - 1)*(a*(b*x**n)**p)**q, x)

________________________________________________________________________________________